Welcome![Sign In][Sign Up]
Location:
Search - ndis hook

Search list

[WinSock-NDIS一个关于ndis-hook的例子

Description: 基于ndis-hook的例子,可以了解hook编程的基本思路和编程方法-based on NDIS-hook example, the hook can be programmed to understand the basic ideas and Programming
Platform: | Size: 5179 | Author: 李鸿中 | Hits:

[Windows DevelopNDIS Monitor

Description: NDIS HOOk 技术开发的网络抓包程序源码
Platform: | Size: 477534 | Author: xuneng_123@163.com | Hits:

[Driver Develop探索NDIS HOOK新的实现方法

Description: NDIS HOOK是专业级防火墙使用的一种拦截技术,NDIS HOOK的重点是如何获得特定协议对应NDIS_PROTOCOL_BLOCK指针,获得了该指针,接下来就可以替换该协议所注册的收发函数,而达到拦截网络数据的目的。 获 得NDIS_PROTOCOL_BLOCK指针的方法一般是用NdisRegisterProtocol注册一个新的协议,所获得的协议句柄实际上就是一 个NDIS_PROTOCOL_BLOCK指针,顺着该指针遍历NDIS_PROTOCOL_BLOCK链表,就可以找到你所要挂钩的协议所对应的 NDIS_PROTOCOL_BLOCK.之所以可以这样做,是因为每注册一个协议,系统都会把该协议对应的NDIS_PROTOCOL_BLOCK放置 在协议链表的开头,该协议链表每个元素都是NDIS_PROTOCOL_BLOCK类型,代表一个已经注册的协议。 事 实上我们需要的只是TCPIP协议族的NDIS_PROTOCOL_BLOCK指针,毕竟TCP,IP,ARP,ICMP等等几乎所有我们感兴趣的协议, 都是在tcpip.sys协议驱动里面实现的。如果我们只需要TCPIP协议所对应的NDIS_PROTOCOL_BLOCK,那么上面的方法就有点繁琐 了。我们可以试着寻找更简便的方法来获得TCPIP协议的NDIS_PROTOCOL_BLOCK.
Platform: | Size: 5364 | Author: zhxiaojm@live.cn | Hits:

[Hook apiSystemHooks

Description: Windows下的一个功能强劲的hook代码,质量比较高-Windows under a powerful hook code, a relatively high quality
Platform: | Size: 158720 | Author: dr0 | Hits:

[OS programwipfw

Description: 1. logamount, resetlog, frag options support 2. dynamic rules support 3. ndis-hooking driver (for NAT and other)
Platform: | Size: 193536 | Author: 王斐 | Hits:

[Firewall-SecurityNetGuard

Description: 一个网关过滤系统,网络版的Rip版,版本号为2.1,基于费尔的Ndis Hook技术.-a gateway filtering system, network version of Rip version, version 2.1, based on the Fil Ndis Hook technology.
Platform: | Size: 491520 | Author: 祁斌 | Hits:

[Firewall-Security网络监控系统

Description: 基于费尔的Ndis Hook技术的网络监控系统 目录列表: TGuard 应用程序目录 TGuard_sys For 2k的驱动程序 Release 存放应用程序 Def 应用程序和驱动共用的一个定义文件 Tools 工具 安装: 将.sys文件放到\windows\system32\driver目录下,导入Tools目录中installHook.reg,重启. 注意点: 支持winRoute,Winxp带的ics共享,isa Server, 不支持sygate. 对网卡无限制.-Ndis Hook Technology Network Monitoring System directory listings : TGuard application directory TGuard_sys For 2k Driver Release storage applications Def applications and drive a shared definition document Tools installation tool :. Sys documents into \ windows \ system32 \ driver directory, import Tools directory installHook.reg restart. attention : winRoute support, with the ICs Winxp sharing, isa Server, does not support Sygate. NIC unrestricted right.
Platform: | Size: 506880 | Author: 孙卫平 | Hits:

[Hook apiHook-Driver-by

Description: windows ndis钩子程序,用于防火墙、vpn、nat、网络驱动等软件的开发。-hook procedures for firewall, VPN, nat, network drives, such as software development.
Platform: | Size: 18432 | Author: | Hits:

[Firewall-Security网络防火墙NetGuard源码

Description: VC网络防火墙,基于费尔的Ndis Hook技术,有兴趣的朋友研究研究.-VC network firewall, the Fairbanks-based technology Ndis Hook, interested friends studies.
Platform: | Size: 497664 | Author: da | Hits:

[Firewall-Security(R)-C++-Code-网络监控系统-源代码全

Description: 这是网络版的Rip版,版本号为2.1,基于费尔的Ndis Hook技术. 相比正式版,除了去掉了无关紧要的注册和升级,其余一字未改. 目录列表: TGuard 应用程序目录 TGuard_sys For 2k的驱动程序 Release 存放应用程序 Def 应用程序和驱动共用的一个定义文件 Tools 工具 从Ndis Hook技术改为基于DDK带的passthru.-This is the Internet version of Rip version, version 2.1, Based on the Fil Ndis Hook technology. compared to the official version, in addition to expelling irrelevant to the registration and upgrading, the rest of the word etched. directory listings : TGuard application directory TGuard_sys For 2k driver retention Release Fang applications Def applications and drive a common definition files from the Tools Tools Ndis Hook DDK-based technology to bring the passthru.
Platform: | Size: 506880 | Author: cdw | Hits:

[Internet-Network一个关于ndis-hook的例子

Description: 基于ndis-hook的例子,可以了解hook编程的基本思路和编程方法-based on NDIS-hook example, the hook can be programmed to understand the basic ideas and Programming
Platform: | Size: 5120 | Author: 李鸿中 | Hits:

[Hook apindishook

Description: NDISHOOK的示例代码 NDIS防火墙开发可参考-NDISHOOK the sample code NDIS firewall reference
Platform: | Size: 6144 | Author: | Hits:

[Driver Developxiflter_2.0

Description: NDIS HOOK实例,做防火墙比中间层驱动更稳定-NDIS HOOK example, than do the middle layer firewall driven more stable
Platform: | Size: 1865728 | Author: 王伟 | Hits:

[Firewall-SecurityTGuard

Description: 这是青少年卫士网络版的Rip版,版本号为2.1,基于费尔的Ndis Hook技术.相比正式版,除了去掉了无关紧要的注册和升级,其余一字未改. 目录列表: TGuard 应用程序目录 TGuard_sys For 2k的驱动程序 Release 存放应用程序 Def 应用程序和驱动共用的一个定义文件 Tools 工具 安装: 将.sys文件放到\windows\system32\driver目录下,导入Tools目录中installHook.reg,重启. 注意点: 支持winRoute,Winxp带的ics共享,isa Server, 不支持sygate. 对网卡无限制. V2.1 => V2.2的改动: 从Ndis Hook技术改为基于DDK带的passthru. (*) 懂Ndis的话,只需5分钟,直接复制几个文件,加10行以内代码就可从V2.1改为V2.2。-This is the youth version of the network guards Rip version, version 2.1, Based on the Ndis Fernando Hook technology. Compared to the official version, in addition to eliminating the irrelevant to the registration and upgrading, The remaining unchanged word. directory listing : TGuard application directory TGuard_sys For 2k Driver Release deposit Def up application procedures and application-driven definition of a common document Tools tool installation : will. sys files on \ windows \ system32 \ directory driver, Introduction Tools directory installHook.reg restart. attention : winRoute support, Winxp belt ics sharing, isa Server, not to support sygate. unrestricted right card. V2.1 =
Platform: | Size: 913408 | Author: cnbeta1985 | Hits:

[Hook apipccode_200691013012860

Description: VC网络防火墙,基于费尔的Ndis Hook技术,有兴趣的朋友研究研究. -VC network firewall, the Ndis Hook Fairbanks-based technology, are interested in studies Friend.
Platform: | Size: 501760 | Author: 杨秉岐 | Hits:

[Hook apibasic_net_1

Description: ndis hook 框架 ndis hook 框架-ndis hook framework framework ndis hook
Platform: | Size: 4096 | Author: blackleak | Hits:

[OtherXfiltercoad

Description: 费尔防火墙完整的源代码。 费尔个人防火墙采用两种封包过滤技术: 1. 应用层封包过滤,采用 Winsock 2 SPI。 2. 核心层封包过滤,采用 NDIS-HOOK。-Fairbanks, complete source code for a firewall. Fairbanks Personal Firewall uses two types of packet filtering technology: 1. Application-layer packet filtering, the use of Winsock 2 SPI. 2. The core level of packet filtering, the use of NDIS-HOOK.
Platform: | Size: 258048 | Author: 雄鹰 | Hits:

[Internet-Networkhook

Description: 利用VC6编写的一个hook程序,它可以劫持浏览器中的URL点击,将截获的URL交给其他库函数进行处理。-VC6 prepared using a hook program, it can hijack the browser URL clicks the URL will be intercepted for processing to other library functions.
Platform: | Size: 3789824 | Author: 田宇辰 | Hits:

[Firewall-SecurityNetGuard-Sources

Description: NetGuard网络防火墙,学习NDIS Hook的朋友们可以看看。-NetGuard network firewall, learning NDIS Hook' s friends can see.
Platform: | Size: 494592 | Author: 醉舞明月 | Hits:

[Hook apiminiport-hook

Description: ndis miniport hook源码-ndis miniport hook source
Platform: | Size: 4096 | Author: robinh00d | Hits:
« 12 3 »

CodeBus www.codebus.net